home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / rcs5ap1b.lzh / RCSFREEZ.1LP < prev    next >
Encoding:
Text File  |  1991-01-30  |  2.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSFREEZE(1)           Programmer's Manual           RCSFREEZE(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsfreeze - freeze a configuration of sources checked in
  10.      under RCS
  11.  
  12. SYNOPSIS
  13.      rcsfreeze [_✓n_✓a_✓m_✓e]
  14.  
  15. DESCRIPTION
  16.      rcsfreeze assigns a symbolic revision number to a set of RCS
  17.      files that form a valid configuration.
  18.  
  19.      The idea is to run rcsfreeze each time a new version is
  20.      checked in.  A unique symbolic name (C__✓n_✓u_✓m_✓b_✓e_✓r, where _✓n_✓u_✓m_✓b_✓e_✓r
  21.      is increased each time rcsfreeze is run) is then assigned to
  22.      the most recent revision of each RCS file of the main trunk.
  23.  
  24.      An optional _✓n_✓a_✓m_✓e argument to rcsfreeze gives a symbolic name
  25.      to the configuration.  The unique identifier is still gen-
  26.      erated and is listed in the log file but it will not appear
  27.      as part of the symbolic revision name in the actual RCS
  28.      files.
  29.  
  30.      A log message is requested from the user for future refer-
  31.      ence.
  32.  
  33.      The shell script works only on all RCS files at one time.
  34.      All changed files must be checked in already.  Run
  35.      _✓r_✓c_✓s_✓c_✓l_✓e_✓a_✓n(1) first and see whether any sources remain in the
  36.      current directory.
  37.  
  38. FILES
  39.      RCS/.rcsfreeze.ver
  40.           version number
  41.  
  42.      RCS/.rcsfreeze.log
  43.           log messages, most recent first
  44.  
  45. AUTHOR
  46.      Stephan v. Bechtolsheim
  47.  
  48. SEE ALSO
  49.      co(1), rcs(1), rcsclean(1), rlog(1)
  50.  
  51. BUGS
  52.      rcsfreeze does not check whether any sources are checked out
  53.      and modified.
  54.  
  55.      Although both source file names and RCS file names are
  56.      accepted, they are not paired as usual with RCS commands.
  57.  
  58.      Error checking is rudimentary.
  59.  
  60.  
  61.  
  62.  
  63. Printed 1/29/91            1990/11/13                           1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSFREEZE(1)           Programmer's Manual           RCSFREEZE(1)
  71.  
  72.  
  73.  
  74.      rcsfreeze is just an optional example shell script, and
  75.      should not be taken too seriously.  See CVS for a more com-
  76.      plete solution.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Printed 1/29/91            1990/11/13                           2
  130.  
  131.  
  132.  
  133.